Welcome![Sign In][Sign Up]
Location:
Search - java http server

Search list

[OS programmy123jianjava

Description: java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technical, procedural block, identity verification, prior authentication, encryption, proxy support, server certificate validation, management and HTTP connectivity expansion. ... For example, the use of the Net classes to prepare applications from any correct implementation of HTTP 1.1 protocol to the Web server and download data.
Platform: | Size: 51247 | Author: jian | Hits:

[SMSSyncSettingBuilder

Description: 本文档讲解了OTA的概念,给出了如何发送“同步设置”的OTA短信的步骤,并附带Java编写的源代码(http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar)。 规范中定义了三种Setting: 浏览器设置 浏览器的书签设置 SyncML设置 也就是说,你通过发送短信可以帮助用户手机设置SyncSettings,从而可以让手机与服务器同步信息(如电话本、日程和记事本等)。 -this document on the concept of the OTA, given how this "synchronization" OTA SMS steps and the preparation of the fringe Java source code (http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar). Specification defines three Setting : browser settings browser bookmarks set SyncML is set up, you can send a message through the phone to help set up SyncSettings, thereby enabling mobile and server synchronization information (such as phone numbers, calendar and notebook, etc.).
Platform: | Size: 100522 | Author: 郑昀 | Hits:

[JSP/JavaMISC_1.6_Provision_Java_API

Description: 中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows / Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan - prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http : / / serverip : port / serviceName forward will be submitted to two synchronous data) subs.bat reverse order / cancellation interface demo java-classpath "smsfan - provision.j ar "net.smsfan.provision.example.Subscrib eExa
Platform: | Size: 50546 | Author: 张宁 | Hits:

[Ftp Serverjftp

Description: 一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上的资源,也可以浏览局域网上的Windows共享资源等-a written using Java FTP client program. Not only powerful FTP support, but also support other protocols such as SMB, SFTP, NFS, HTTP, and so on. In the transmission of documents can also browse the FTP server resources, LAN can also browse the Windows resource sharing
Platform: | Size: 2278519 | Author: 秦宗全 | Hits:

[Editornotbook

Description: 1.服务器装有jdk和resin服务器等 2.安装完JSDK后,配置下面的内容: 在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它): c:\\jsdk\\LIB\\dt.JAR c:\\jsdk\\LIB\\TOOLS.JAR c:\\jsdk\\BIN . 再在系统变量中找到Path并加入下面内容: c:\\jsdk\\ c:\\jsdk\\bin 3.直接解压resin就可以运行把程序放在doc目录下面把classes目录的文件放在 WEB-INF目录下 4.在odbc放里加入数据库路径为guestbook也可改为别的要修改classes\\myjsp\\dbconn.java文件 5.上面成功后就可以http://localhost:8080/目录名/可以访问了-1. Jdk installed servers and server 2 resin. After installing JSDK, It will contain the following : the system variables found ClassPath and add the following (if you can not find ClassPath , it was new) : c : \\ jsdk \\ LIB \\ dt.JAR c : \\ jsdk \\ LIB \\ TOOLS.JAR c : \\ jsdk \\ BIN. then the system variables found Path and add the following : c : \\ jsdk \\ c : \\ jsdk \\ bin 3. directly extract resin can run the procedure on the doc directory put cl Contents of the document asses on the WEB-INF directory 4. odbc up in the database have added the path to g uestbook also can be changed to other classes to amend \\ myjsp \\ dbconn.ja va 5. above can be successful after http://localhost : 8,080 / directory name / can be visited. .
Platform: | Size: 694769 | Author: 彭静 | Hits:

[WEB Codehttpsrv1.33

Description: 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为\"http://website/cgi.exe?+传递的参数\", 注意带上\"?\",如需传递多个参数,中间用\"+\"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可以作为服务器端程序运行以输出动态页面。-this program is a web server, and.NET operating environment. HTTP/1.1 realized part, it supports GET and HEAD orders HTTP supports multithreading and download the Windows NT/2000/XP environment, EXE format can run the CGI program, URL format for the "http : / / website / cgi.exe transmission parameters, "bring attention", "For a number of transmission parameters, intermediate "with" the separation; If you have other scripts interpretation of the procedures, or an independent operating environment (such as ASP, PHP, Java); conducting the appropriate configuration, can be used as the server operating procedures for export dynamic pages.
Platform: | Size: 34259 | Author: 校风 | Hits:

[Other resourcePragmaticAjax

Description: 作者是Ajaxian.com的创始人,JavaOne、TheServerSide等诸多高级别会议的演讲者。本书作为Pragmatic系列之一,从实践出发,通过实例展示Ajax的诸多特性,手把手教你实现Google Map的绚丽效果。不仅教会你Ajax的技术细节,同时还带你了解各种功能强大的主流Ajax工具包(Dojo、Prototype、Script.aculo.us、DWR、Backbase、SmartClient、Ajax.NET、SAJAX、JSON-RPC),掌握Ajax实时查看源代码的方法以及进行代码调试的相应方法,学习Ajax的开发模式和框架。本书后半部分共用了五个章节,从服务器端编程的角度,详细讲述了Ajax同PHP、Ruby On Rails、Java和.NET等语言的融合,最后还介绍了与Ajax相类似的其他RIA技术以及Ajax的精彩未来(E4X, Canvas, SVG,的相关应用)。本书的全部代码下载地址:http://media.pragprog.com/titles/ajax/code/ajax-code.zip 本书秉承了《程序员修炼之道》的特点—— “从小工到专家”,各个层次的web开发人员都能从本书中获益匪浅。 -author is the founder of Ajaxian.com, JavaOne, TheServerSide and many other high-level meeting of the speaker. Pragmatic the book as one of the series, starting from practice, Ajax examples demonstrate the many characteristics Shoubashoujiao you realize the splendor Google Map results. Ajax church you not only technical details, also take you to understand the powerful mainstream Ajax Kit (Dojo, Prototype, Script.aculo.us, DWR, Backbase, SmartClient, Ajax.NET, SAJAX, JSON-RPC). Real-time master Ajax View the source code for the methods and the corresponding code debugging methods, Learning Ajax development model and the framework. The latter part of the book spent five chapters from the server side programming point of view, described in detail by Ajax with PHP, Ruby On Rails, Java and. NE
Platform: | Size: 2580120 | Author: zoujian | Hits:

[OtherAsp.Net_Ajax_PROGRAM

Description: 我的第一个chat room 是用ASP 3.0写的。 程序比较简单,两个text box, 用来处理页面上每秒刷新的信息。那时候,要想建一个真正的chat room,要用到Java Applet 或者 ActiveX control。基于HTTP的chart rooms都面临着一些跟我第一个chat room一样的问题。这些问题包括页面刷新导致的屏幕闪烁现象。但这个问题已经被AJAX解决了。 AJAX是JavaScript和 XML异步调用的结合。现在在server端用一些JavaScript代码就可以实现一个真正的chat room了。这篇文章不会介绍Ajax,并假设你已经对Ajax和ASP.NET的运用有一定了解。只是介绍如何用Ajax技术来创建一个基本的chat room。 -My first is a chat room with ASP 3.0 writes. Procedures are relatively simple, two text box, used to handle pages of information per second set. At that time, if we want to build a real chat room, have to use Java applet or ActiveX control. Based on the chart HTTP rooms are faced with something like my first one chat room asked the same issue. These issues include pages to refresh the screen flicker. However, this problem has been solved AJAX. AJAX is Asynchronous JavaScript and XML called the combination. Now the server side using some JavaScript code can achieve a real chat r the oom. This article will introduce Ajax, and the assumption that you have to Ajax and ASP.NET use a certain understanding. Only how to use Ajax technology to create a basic chat room.
Platform: | Size: 2621 | Author: 柳军 | Hits:

[JSP/JavaJava_WebClient.jar

Description: Java写的WebClient,去掉.zip后缀,双击即可运行Jar文件(前提是有Java环境),模拟客户端向服务器发出HTTP请求,可自行编辑Headers-Java write WebClient and remove. Zip extension. Double-click can run Jar (premise is Java environment), Simulation client to the server HTTP request, may be edited Headers
Platform: | Size: 8466 | Author: 龙文 | Hits:

[Web Serverwebserver0_2

Description: 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTTP protocol helpful
Platform: | Size: 10493 | Author: tary | Hits:

[JSP/JavaStream-2-Stream_1.0_source

Description: java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated \"s2s\" or \"S2S\") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
Platform: | Size: 734030 | Author: zhaorongchang | Hits:

[WEB Codeju

Description: 使用前要先将“运行需要的文件”- DataBase 附加到企业管理器中。 系统基本参数 1、主页地址:http://localhost:8080/tech/default.htm 默认登录用户 manager 密码123456 2、注册时请指定密码为:注册密码必须是“036999”,才能注册成功,否则会提示“注册未认可”(明白JSP的 可以自行修改 工程源码) 3、程序里面设定的SQL Server数据库登录用户名是:sa,密码为空,如果为sa用户设置了密码,请修改源代码\\修改需要的源文件[Eclipse]\\tech\\jdbc\\jdbc.java中的数据库连接代码,然后重新编译这个类,编译后把编译成的class,复制到Tomcat的webapps目录下的tech\\WEB-INF\\classes\\jdbc 程序采用 传统 MVC 模式架构
Platform: | Size: 600609 | Author: 梦梦 | Hits:

[JSP/Java20060212194507109

Description: 1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)\\1433(数据库端口) 2.导入数据库文件(在数据库文件夹里面) 3.广域网部署网页注册网站申请JICQ号码,端口需要打开80 访问地址:http://localhost/register/firsts.htm 4.启动chatserverthree.java聊天服务器 5.打开主程序MainFrame.java登陆JICQ
Platform: | Size: 21001 | Author: zengji | Hits:

[JSP/Javapisces_1.3_src

Description: A distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET applications, integrates with JBoss, WebLogic & WebSphere. Offers guaranteed delivery, security and transactions. Supports TCP, SSL & HTTP protocols
Platform: | Size: 89416 | Author: ehunter | Hits:

[TCP/IP stack160955

Description: - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese only), X11R6, Java version and all source is open to public. You can get in the following URL. http://www.asahi-net.or.jp/~vz4h-sruz/ipmsg-eng.html
Platform: | Size: 246825 | Author: yg49594 | Hits:

[WEB Codedianzishop

Description: 购物网站商城系统 摘 要 随着网络的 发展,网络已渐渐融入到人们日常生活中,网络购物逐渐成为人们购物的一种新方式, 易趣、淘宝等购物网站已是众多网上购物者喜欢光顾的地方。 Internet上的企业计算飞速发展,Web服务器早已不再局限于过去的HTTP服务,CGI、PHP、ASP等技术早已使服务器端的数据库服务和应用服务成为所有网站的家常便饭。而具有跨平台特性的Java更是震动了Web世界。Sun公司的J2EE平台以它的优良特性大大简化了服务器端多层企业应用的开发,已经成为电子商务网站的事实标准。 基于商务网站的建设和web技术的发展,采用J2EE平台开发网上购物平台。该平台采用APACHE作为Web服务器和应用服务器,后端连接Microsoft SQL Server数据库;网站中主要经营服装类,发布最新的服饰资讯、流行趋势和各类经典服装。提供方便的检索工具供用户查询所需的款式,允许顾客根据网站的不足提出意见和建议,从而不断改进网站功能和建设。 关键词:网站购物 购物系统
Platform: | Size: 338642 | Author: wang | Hits:

[Proxy ServerHttpProxy1

Description: 一个java 开发的简单HTTP代理服务器-development of a simple HTTP proxy server
Platform: | Size: 3344 | Author: 王成 | Hits:

[WinSock-NDISFTPServer12

Description: 用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
Platform: | Size: 26328 | Author: 施成 | Hits:

[Proxy ServerHttpProxy1

Description: 一个java 开发的简单HTTP代理服务器-development of a simple HTTP proxy server
Platform: | Size: 3072 | Author: 王成 | Hits:

[OS programmy123jianjava

Description: java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technical, procedural block, identity verification, prior authentication, encryption, proxy support, server certificate validation, management and HTTP connectivity expansion. ... For example, the use of the Net classes to prepare applications from any correct implementation of HTTP 1.1 protocol to the Web server and download data.
Platform: | Size: 1070080 | Author: jian | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net